runtime.timer.isFake (field)
13 uses
runtime (current package)
synctest.go#L253: if gp.timer != nil && gp.timer.isFake {
time.go#L62: isFake bool // timer is using fake time; immutable; can be read without lock
time.go#L341: t.isFake = true
time.go#L356: if t.isFake {
time.go#L405: t.isFake = true
time.go#L417: if t.isFake && getg().bubble == nil {
time.go#L432: if t.isFake && getg().bubble == nil {
time.go#L622: if add && t.isFake {
time.go#L723: if t.isFake {
time.go#L739: if t.isFake {
time.go#L1443: if t.isFake && getg().bubble != c.bubble {
time.go#L1455: if t.isFake {
time.go#L1476: if t.isFake && c.bubble != getg().bubble {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |